projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5821dee
)
; xref-revert-buffer: Drop the (goto-char) at the end
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 23 Jan 2021 00:58:53 +0000
(
02:58
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 23 Jan 2021 00:58:53 +0000
(
02:58
+0200)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index abaa0dc5e8bfa16f1c82080ad1c82b3c69fe43a5..898cb4fb4c15a3a9aded4d67cc4aeffc1743bac6 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-975,8
+975,7
@@
Return an alist of the form ((FILENAME . (XREF ...)) ...)."
(insert
(propertize
(error-message-string err)
- 'face 'error))))
- (goto-char (point-min)))))
+ 'face 'error)))))))
(defun xref-show-definitions-buffer (fetcher alist)
"Show the definitions list in a regular window.